
section.external_links{
    width: 1200px;
    background: white;
    border-radius: 8px;
    margin: 30px auto;
    display: flow-root;
}

.external_links .external_links_title {
    display: inline-block;
    font-weight: 700;
    color: #252525;
    font-size: 18px;
    margin-left: 30px;
    margin-top: 20px;
}

.external_links .external_links_block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: -10px;
    margin-left: 30px;
    margin-bottom: 20px;
}
.external_links .external_links_block .external_links_anchor {
    display: inline-block;
    margin-right: 30px;
    margin-top: 20px;
    color: #999999;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
}

.liLmsg h6 a {
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: pre;
}